home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / gnome-bluetooth / popup-menu.ui < prev    next >
Extensible Markup Language  |  2009-10-14  |  3KB  |  107 lines

  1. <?xml version="1.0" ?>
  2. <!--*- mode: xml -*--><!DOCTYPE glade-interface
  3.   SYSTEM 'http://glade.gnome.org/glade-2.0.dtd'>
  4. <interface>
  5.  
  6.     <object class="GtkUIManager" id="bluetooth-applet-ui-manager">
  7.         <child>
  8.             <object class="GtkActionGroup" id="killswitch-action-group">
  9.                 <child>
  10.                     <object class="GtkAction" id="killswitch-label">
  11.                         <property name="label" translatable="yes">Bluetooth: Checking</property>
  12.                         <property name="sensitive">false</property>
  13.                         <property name="visible">false</property>
  14.                     </object>
  15.                 </child>
  16.                 <child>
  17.                     <object class="GtkAction" id="killswitch">
  18.                         <property name="label" translatable="no">Turn Off Bluetooth</property>
  19.                         <property name="visible">false</property>
  20.                         <signal name="activate" handler="bluetooth_status_callback"/>
  21.                     </object>
  22.                 </child>
  23.             </object>
  24.         </child>
  25.         <child>
  26.             <object class="GtkActionGroup" id="adapter-action-group">
  27.                 <child>
  28.                     <object class="GtkAction" id="send-file">
  29.                         <property name="label" translatable="yes">Send files to device...</property>
  30.                         <property name="icon-name">document-send</property>
  31.                         <signal name="activate" handler="sendto_callback"/>
  32.                     </object>
  33.                 </child>
  34.                 <child>
  35.                     <object class="GtkAction" id="browse-device">
  36.                         <property name="label" translatable="yes">Browse files on device...</property>
  37.                         <signal name="activate" handler="browse_callback"/>
  38.                     </object>
  39.                 </child>
  40.                 <child>
  41.                     <object class="GtkAction" id="devices-label">
  42.                         <property name="label" translatable="yes">Devices</property>
  43.                         <property name="sensitive">false</property>
  44.                         <property name="visible">false</property>
  45.                     </object>
  46.                 </child>
  47.                 <child>
  48.                     <object class="GtkAction" id="setup-new">
  49.                         <property name="label" translatable="yes">Set up new device...</property>
  50.                         <signal name="activate" handler="wizard_callback"/>
  51.                     </object>
  52.                 </child>
  53.             </object>
  54.         </child>
  55.         <child>
  56.             <object class="GtkActionGroup" id="preferences-action-group">
  57.                 <child>
  58.                     <object class="GtkAction" id="preferences">
  59.                         <property name="label" translatable="yes">Preferences</property>
  60.                         <property name="stock-id">gtk-preferences</property>
  61.                         <signal name="activate" handler="settings_callback"/>
  62.                     </object>
  63.                 </child>
  64.                 <child>
  65.                     <object class="GtkAction" id="quit">
  66.                         <property name="label" translatable="yes">Quit</property>
  67.                         <property name="stock-id">gtk-quit</property>
  68.                         <property name="visible">false</property>
  69.                         <signal name="activate" handler="quit_callback"/>
  70.                     </object>
  71.                 </child>
  72.             </object>
  73.         </child>
  74.         <ui>
  75.             <popup name="bluetooth-applet-popup">
  76.                 <menuitem name="killswitch-label" action="killswitch-label"/>
  77.                 <menuitem name="killswitch" action="killswitch"/>
  78.  
  79.                 <separator name="killswitch-separator"/>
  80.  
  81.                 <menuitem name="send-file" action="send-file"/>
  82.                 <menuitem name="browse-device" action="browse-device"/>
  83.  
  84.                 <separator name="action-separator"/>
  85.  
  86.                 <menuitem name="devices-label" action="devices-label"/>
  87.  
  88.                 <placeholder name="devices-placeholder"/>
  89.  
  90.                 <separator name="devices-separator"/>
  91.  
  92.                 <menuitem name="setup-new" action="setup-new"/>
  93.  
  94.                 <separator name="setup-separator"/>
  95.  
  96.                 <menuitem name="preferences" action="preferences"/>
  97.  
  98.                 <menuitem name="quit" action="quit"/>
  99.             </popup>
  100.         </ui>
  101.     </object>
  102.  
  103.     <object class="GtkMenu" constructor="bluetooth-applet-ui-manager" id="bluetooth-applet-popup">
  104.     </object>
  105.  
  106. </interface>
  107.